home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 013 (1987-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 013 (1987-05-15)(Ossowski, Stefan)(DE)(PD).adf / amigaventure / POSTER < prev    next >
Text File  |  1987-03-04  |  2KB  |  42 lines

  1. Article 5049 of net.micro.amiga:
  2. Relay-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site well.UUCP
  3. Path: well!ptsfa!dual!unisoft!lll-lcc!lll-crg!seismo!think!husc6!husc4!hadeishi
  4. From: hadeishi@husc4.harvard.edu (mitsuharu hadeishi)
  5. Newsgroups: net.micro.amiga
  6. Subject: AmigaVenture 1.17 SOURCE CODE
  7. Message-ID: <396@husc6.HARVARD.EDU>
  8. Date: 14 Oct 86 18:30:28 GMT
  9. Date-Received: 15 Oct 86 10:48:05 GMT
  10. Sender: news@husc6.HARVARD.EDU
  11. Reply-To: hadeishi@husc4.UUCP (mitsuharu hadeishi)
  12. Distribution: net
  13. Organization: Harvard Science Center
  14. Lines: 3547
  15.  
  16.  
  17.     Here's the program, in ASCII format.  Run AmigaBasic,
  18. type "clear,170000" or so, and load the program.  When you save it,
  19. save it with 'save "AmigaVenture",b'.  The ",b" saves it in binary
  20. encoded format which loads much more quickly than the ASCII version.
  21. Do NOT use the Save command from the menu, because it will save it
  22. in the same format in which it was loaded (i.e., ASCII).  After you save
  23. it once in binary form, it will always load and save in binary form.
  24.  
  25.     A few hints:  reposition the LIST window so it takes up the
  26. full width of the screen and leaves about 4 lines or so of the RUN
  27. window underneath.  You can use the RUN window to get to various
  28. sections of the program with the "list label-" command.  The Quick
  29. Reference Guide contains a list of important program labels; with
  30. this method you can navigate around the program rapidly.
  31.  
  32.     Also:  NEVER use Trace (it crashes).  NEVER close the AmigaBasic
  33. window in the middle of a save (it stops the save halfway through.)
  34. ALWAYS make backup copies of your work.  AmigaBasic is fairly reliable
  35. if you avoid these pitfalls.  Enjoy!  (Note: AmigaBasic runs under
  36. V1.1 or V1.2 beta 7 and above.  AmigaBasic will NOT run under V1.2
  37. beta 1-6.)
  38.  
  39.     This is NOT a shell archive.  Just cut and run.
  40.  
  41. -------[ cut cut cut cut cut cut cut cut cut cut cut cut here ]---------
  42.